chore(deps): update patch crates#270
Merged
Merged
Conversation
562adaa to
fb07827
Compare
📝 WalkthroughWalkthroughThis PR updates three dependency versions across the workspace. The root 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@fuzz/Cargo.toml`:
- Line 22: The Cargo.toml entry for the dependency "libfuzzer-sys" uses a
non-published version ("0.4.13"); replace that version with a valid, published
version from crates.io (update the version string for libfuzzer-sys in
fuzz/Cargo.toml), then regenerate/update the lockfile (run cargo update -p
libfuzzer-sys or cargo update) so the resolved dependency matches the published
version. Ensure the changed version is referenced only in the libfuzzer-sys
declaration and that tests/build succeed after the update.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: d96d945a-1fd7-47d1-8541-8e62b7e3b3d5
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (3)
Cargo.tomlfuzz/Cargo.tomlnapi/Cargo.toml
stormslowly
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.12→0.4.131.12.3→1.12.41.12.3→1.12.4Release Notes
rust-fuzz/libfuzzer (libfuzzer-sys)
v0.4.13Compare Source
Released 2026-06-04.
Changed
fuzz_mutator!macro to link to themutatiscrate, which is a helpful crate when writing complex
custom mutators.
rust-lang/regex (regex)
v1.12.4Compare Source
===================
This release includes a performance optimization for compilation of regexes
with very large character classes.
Improvements:
Avoid re-canonicalizing the entire interval set when pushing new class ranges.
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.